home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / tthings2 / 00992_Pagecurl.pic.ls < prev    next >
Encoding:
Text File  |  1996-09-11  |  154 b   |  13 lines

  1. on mouseDown
  2.   sound stop 1
  3.   sound stop 2
  4. end
  5.  
  6. on mouseUp
  7.   global UserJump
  8.   set UserJump to 1
  9.   puppetSound(0)
  10.   go(the lastFrame + 1)
  11.   play done
  12. end
  13.